PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.patterns Package / PDFUncoloredTilingPattern Class / PDFUncoloredTilingPattern Constructor
The width of the pattern cell.
The height of the pattern cell.
In This Topic
    PDFUncoloredTilingPattern Constructor
    In This Topic
    Initializes a new PDFUncoloredTilingPattern object.
    Syntax
    public PDFUncoloredTilingPattern( 
       double width,
       double height
    )

    Parameters

    width
    The width of the pattern cell.
    height
    The height of the pattern cell.
    See Also